ioemu: Add tapdisk-ioemu tool
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Apr 2008 10:41:27 +0000 (11:41 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Apr 2008 10:41:27 +0000 (11:41 +0100)
commite5523678d7c8a9444069df7609c1f4a47f7a30f5
treed2cd6c6a8905b821ed1ce671c58c864b8023e63a
parent7c4dc2c62703fc589553b114133ccd21225b0998
ioemu: Add tapdisk-ioemu tool

Currently, tap:ioemu can only be used for domains which have a device
model running. This isn't the case for all domains. The most important
of the missing domains is Dom0 which needs acces e.g. to extract the
kernel from the domain's image.

tapdisk-ioemu is a tool compiled from ioemu source plus a small
wrapper which handles tap:ioemu access for domains without device
model (currently Dom0). You must start tapdisk-ioemu manually before
trying to attach a tap:ioemu disk to Dom0 at the moment. A patch to
blktapctrl will follow to automatically start tapdisk-ioemu when
needed.

Signed-off-by: Kevin Wolf <kwolf@suse.de>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
.hgignore
tools/ioemu/Makefile
tools/ioemu/osdep.c
tools/ioemu/tapdisk-ioemu.c [new file with mode: 0644]
tools/ioemu/vl.h